home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / dragracer.swf / scripts / DefineButton2_474 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-10-06  |  152 b   |  10 lines

  1. on(release){
  2.    n++;
  3.    if(this[m_buyingwhat].ITEM == undefined)
  4.    {
  5.       n = 1;
  6.    }
  7.    mcwhat.ITEM.removeMovieClip();
  8.    gotoAndPlay(2);
  9. }
  10.